Java View all facts Glossary Help |
type > primitive type > floating point type > float^2 |
float^2 | ||||
subject | fact |
float^2 | can hold a value between 1.4E-45 and 3.4E+38 | |
can use basic arithmetic operators +, -, *, / and % | ||
contains 32 bits | ||
has default value +0.0f | ||
is a subtopic of Variables and Data Types | ||
is an instance of floating point type | ||
see also float | ||
see also Float class | ||
see also float^3 | ||
stores a floating point number | ||
floating point type | has a sign indicating positive or negative | |
primitive type | evaluates to the value stored in the variable | |
has part primitive type name | ||
is not an object | ||
is normally used instead of wrapper class instances for arithmetic | ||
type | limits the possible values that a variable can hold or that an expression can produce at run time | |
specifies a set of value |
Next floating point type: double^2 Up: floating point type